From b754d677b8fea59c7d6f161f55e88bba22298a5b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 12 Dec 2009 09:48:36 +0000 Subject: [PATCH] (archive-rar-summarize): Support Attribute fields in RAR archives created on Unix systems. --- lisp/arc-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el index 474d7bdd5ab..aee1988eda6 100644 --- a/lisp/arc-mode.el +++ b/lisp/arc-mode.el @@ -1904,7 +1904,7 @@ This doesn't recover lost files, it just undoes changes in the buffer itself." ;; Ratio ; Date' " +\\([0-9%]+\\) +\\([-0-9]+\\)" ;; Time ; Attr. - " +\\([0-9:]+\\) +[^ \n]\\{6,7\\}" + " +\\([0-9:]+\\) +[^ \n]\\{6,10\\}" ;; CRC; Meth ; Var. " +[0-9A-F]+ +[^ \n]+ +[0-9.]+\n")) (goto-char (match-end 0)) -- 2.30.2